home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- c:
- cd\dos
- echo This routine is about to "Lock Up" the computer's hard disk, making it
- echo SAFE to move from place to place. Do you want to continue?
- query
- if not errorlevel 1 goto no
- cls
- echo Wait for the red light to go off before doing anything else...
- echo In order to get the hard disk to work at all from now on, it will be
- echo necessary to turn off the computer and then start it up again...
- shipdisk
- :no
- cls
- type menu.txt
-